home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / PSDTHRESHOLDEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  534 b   |  14 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="PsdThresholdEffect: threshold an image to pure black and pure white">
  3.     <description>
  4.         Bi-level threshold.
  5.     </description>
  6.     <property name="ThresholdLevel" type="int" default="128" label="Threshold Level">
  7.         <range min="1" max="255"/>
  8.         <comments>
  9.             Specifies the threshold luminosity. Pixels whose luminosity is less than this threshold will turn black,
  10.             otherwise white.
  11.         </comments>
  12.     </property>
  13. </effect>
  14.